@treeui/vue 0.1.2 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -0
- package/dist/components/TreeAccordion.vue.d.ts +36 -0
- package/dist/components/TreeAccordion.vue.d.ts.map +1 -0
- package/dist/components/TreeAccordionItem.vue.d.ts +31 -0
- package/dist/components/TreeAccordionItem.vue.d.ts.map +1 -0
- package/dist/components/TreeAlert.vue.d.ts +35 -0
- package/dist/components/TreeAlert.vue.d.ts.map +1 -0
- package/dist/components/TreeAvatar.vue.d.ts +33 -0
- package/dist/components/TreeAvatar.vue.d.ts.map +1 -0
- package/dist/components/TreeBadge.vue.d.ts +27 -0
- package/dist/components/TreeBadge.vue.d.ts.map +1 -0
- package/dist/components/TreeBreadcrumb.vue.d.ts +26 -0
- package/dist/components/TreeBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/TreeBreadcrumbItem.vue.d.ts +32 -0
- package/dist/components/TreeBreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/TreeButton.vue.d.ts +39 -0
- package/dist/components/TreeButton.vue.d.ts.map +1 -0
- package/dist/components/TreeCard.vue.d.ts +30 -0
- package/dist/components/TreeCard.vue.d.ts.map +1 -0
- package/dist/components/TreeCheckbox.vue.d.ts +40 -0
- package/dist/components/TreeCheckbox.vue.d.ts.map +1 -0
- package/dist/components/TreeContextMenu.vue.d.ts +59 -0
- package/dist/components/TreeContextMenu.vue.d.ts.map +1 -0
- package/dist/components/TreeDatePicker.vue.d.ts +63 -0
- package/dist/components/TreeDatePicker.vue.d.ts.map +1 -0
- package/dist/components/TreeDivider.vue.d.ts +12 -0
- package/dist/components/TreeDivider.vue.d.ts.map +1 -0
- package/dist/components/TreeDrawer.vue.d.ts +68 -0
- package/dist/components/TreeDrawer.vue.d.ts.map +1 -0
- package/dist/components/TreeDropdown.vue.d.ts +67 -0
- package/dist/components/TreeDropdown.vue.d.ts.map +1 -0
- package/dist/components/TreeFormField.vue.d.ts +44 -0
- package/dist/components/TreeFormField.vue.d.ts.map +1 -0
- package/dist/components/TreeInput.vue.d.ts +41 -0
- package/dist/components/TreeInput.vue.d.ts.map +1 -0
- package/dist/components/TreeMarkdownEditor.vue.d.ts +46 -0
- package/dist/components/TreeMarkdownEditor.vue.d.ts.map +1 -0
- package/dist/components/TreeModal.vue.d.ts +66 -0
- package/dist/components/TreeModal.vue.d.ts.map +1 -0
- package/dist/components/TreePagination.vue.d.ts +47 -0
- package/dist/components/TreePagination.vue.d.ts.map +1 -0
- package/dist/components/TreePopover.vue.d.ts +56 -0
- package/dist/components/TreePopover.vue.d.ts.map +1 -0
- package/dist/components/TreePricing.vue.d.ts +47 -0
- package/dist/components/TreePricing.vue.d.ts.map +1 -0
- package/dist/components/TreePricingCard.vue.d.ts +60 -0
- package/dist/components/TreePricingCard.vue.d.ts.map +1 -0
- package/dist/components/TreeProgress.vue.d.ts +19 -0
- package/dist/components/TreeProgress.vue.d.ts.map +1 -0
- package/dist/components/TreeRadio.vue.d.ts +29 -0
- package/dist/components/TreeRadio.vue.d.ts.map +1 -0
- package/dist/components/TreeRadioGroup.vue.d.ts +36 -0
- package/dist/components/TreeRadioGroup.vue.d.ts.map +1 -0
- package/dist/components/TreeSelect.vue.d.ts +59 -0
- package/dist/components/TreeSelect.vue.d.ts.map +1 -0
- package/dist/components/TreeSkeleton.vue.d.ts +27 -0
- package/dist/components/TreeSkeleton.vue.d.ts.map +1 -0
- package/dist/components/TreeSpinner.vue.d.ts +11 -0
- package/dist/components/TreeSpinner.vue.d.ts.map +1 -0
- package/dist/components/TreeSwitch.vue.d.ts +34 -0
- package/dist/components/TreeSwitch.vue.d.ts.map +1 -0
- package/dist/components/TreeTab.vue.d.ts +24 -0
- package/dist/components/TreeTab.vue.d.ts.map +1 -0
- package/dist/components/TreeTabList.vue.d.ts +22 -0
- package/dist/components/TreeTabList.vue.d.ts.map +1 -0
- package/dist/components/TreeTabPanel.vue.d.ts +21 -0
- package/dist/components/TreeTabPanel.vue.d.ts.map +1 -0
- package/dist/components/TreeTable.vue.d.ts +60 -0
- package/dist/components/TreeTable.vue.d.ts.map +1 -0
- package/dist/components/TreeTabs.vue.d.ts +37 -0
- package/dist/components/TreeTabs.vue.d.ts.map +1 -0
- package/dist/components/TreeTag.vue.d.ts +36 -0
- package/dist/components/TreeTag.vue.d.ts.map +1 -0
- package/dist/components/TreeTextarea.vue.d.ts +29 -0
- package/dist/components/TreeTextarea.vue.d.ts.map +1 -0
- package/dist/components/TreeToast.vue.d.ts +11 -0
- package/dist/components/TreeToast.vue.d.ts.map +1 -0
- package/dist/components/TreeToastProvider.vue.d.ts +26 -0
- package/dist/components/TreeToastProvider.vue.d.ts.map +1 -0
- package/dist/components/TreeTooltip.vue.d.ts +43 -0
- package/dist/components/TreeTooltip.vue.d.ts.map +1 -0
- package/dist/components/accordion.d.ts +17 -0
- package/dist/components/accordion.d.ts.map +1 -0
- package/dist/components/index.d.ts +82 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/tabs-context.d.ts +18 -0
- package/dist/components/tabs-context.d.ts.map +1 -0
- package/dist/composables/useControllableOpen.d.ts +6 -0
- package/dist/composables/useControllableOpen.d.ts.map +1 -0
- package/dist/composables/useToast.d.ts +38 -0
- package/dist/composables/useToast.d.ts.map +1 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +296 -292
- package/dist/index.js.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/types/contracts.d.ts +11 -0
- package/dist/types/contracts.d.ts.map +1 -0
- package/package.json +10 -6
package/README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# @treeui/vue
|
|
2
|
+
|
|
3
|
+
Vue 3 component library with 40+ accessible, themeable components built on design tokens.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pnpm add @treeui/vue
|
|
9
|
+
# or
|
|
10
|
+
npm install @treeui/vue
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Setup
|
|
14
|
+
|
|
15
|
+
```ts
|
|
16
|
+
import { createApp } from 'vue'
|
|
17
|
+
import TreeUI from '@treeui/vue'
|
|
18
|
+
import '@treeui/vue/style.css'
|
|
19
|
+
|
|
20
|
+
const app = createApp(App)
|
|
21
|
+
app.use(TreeUI)
|
|
22
|
+
app.mount('#app')
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Or import components individually:
|
|
26
|
+
|
|
27
|
+
```ts
|
|
28
|
+
import { TButton, TInput, TModal } from '@treeui/vue'
|
|
29
|
+
import '@treeui/vue/style.css'
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Components
|
|
33
|
+
|
|
34
|
+
### Form
|
|
35
|
+
|
|
36
|
+
`TInput` · `TTextarea` · `TCheckbox` · `TRadio` · `TRadioGroup` · `TSelect` · `TDatePicker` · `TSwitch` · `TFormField` · `TMarkdownEditor`
|
|
37
|
+
|
|
38
|
+
### Layout
|
|
39
|
+
|
|
40
|
+
`TAccordion` · `TAccordionItem` · `TCard` · `TDivider` · `TTable` · `TTabs` · `TTabList` · `TTab` · `TTabPanel` · `TBreadcrumb` · `TBreadcrumbItem` · `TPricing` · `TPricingCard`
|
|
41
|
+
|
|
42
|
+
### Display
|
|
43
|
+
|
|
44
|
+
`TBadge` · `TAlert` · `TAvatar` · `TTag` · `TSpinner` · `TProgress` · `TSkeleton`
|
|
45
|
+
|
|
46
|
+
### Overlay & Interaction
|
|
47
|
+
|
|
48
|
+
`TButton` · `TModal` · `TDrawer` · `TDropdown` · `TPopover` · `TTooltip` · `TContextMenu` · `TPagination` · `TToast` · `TToastProvider`
|
|
49
|
+
|
|
50
|
+
## Theming
|
|
51
|
+
|
|
52
|
+
TreeUI uses CSS custom properties (`--tree-*`) for all styling. Light theme is applied by default.
|
|
53
|
+
|
|
54
|
+
### Dark mode
|
|
55
|
+
|
|
56
|
+
Dark mode activates automatically via `prefers-color-scheme: dark`. To control it explicitly:
|
|
57
|
+
|
|
58
|
+
```html
|
|
59
|
+
<!-- Force dark -->
|
|
60
|
+
<html data-tree-theme="dark">
|
|
61
|
+
|
|
62
|
+
<!-- Force light -->
|
|
63
|
+
<html data-tree-theme="light">
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Programmatic control
|
|
67
|
+
|
|
68
|
+
```ts
|
|
69
|
+
// Toggle theme
|
|
70
|
+
document.documentElement.setAttribute('data-tree-theme', 'dark')
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Compatibility aliases
|
|
74
|
+
|
|
75
|
+
All components are also exported with the `Tree` prefix (e.g. `TreeButton`, `TreeInput`) for backwards compatibility.
|
|
76
|
+
|
|
77
|
+
## TypeScript
|
|
78
|
+
|
|
79
|
+
Full TypeScript support with exported types:
|
|
80
|
+
|
|
81
|
+
```ts
|
|
82
|
+
import type { TreeSize, TreeVariant } from '@treeui/vue'
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Documentation
|
|
86
|
+
|
|
87
|
+
See the full component docs and interactive playground at the [Storybook site](https://viserion77.github.io/treeui/).
|
|
88
|
+
|
|
89
|
+
## License
|
|
90
|
+
|
|
91
|
+
MIT
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AccordionType } from './accordion';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
type?: AccordionType;
|
|
4
|
+
modelValue?: string | string[];
|
|
5
|
+
defaultValue?: string | string[];
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
collapsible?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
19
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
type: AccordionType;
|
|
24
|
+
modelValue: string | string[];
|
|
25
|
+
defaultValue: string | string[];
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
collapsible: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=TreeAccordion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeAccordion.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeAccordion.vue"],"names":[],"mappings":"AAqKA,OAAO,EAAE,KAAK,aAAa,EAAyB,MAAM,aAAa,CAAC;AAExE,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AA6JJ,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UA1MV,aAAa;gBACP,MAAM,GAAG,MAAM,EAAE;kBACf,MAAM,GAAG,MAAM,EAAE;cACrB,OAAO;iBACJ,OAAO;wFA+MvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
trigger?(_: {
|
|
9
|
+
open: boolean;
|
|
10
|
+
}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {
|
|
14
|
+
triggerRef: HTMLButtonElement;
|
|
15
|
+
};
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
triggerRef: HTMLButtonElement;
|
|
23
|
+
}, HTMLDivElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=TreeAccordionItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeAccordionItem.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeAccordionItem.vue"],"names":[],"mappings":"AAoIA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA0EJ,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;YAZrB,GAAG;yBACH,GAAG;;;;;;EAgB/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA5KN,OAAO;;;kBAqLpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export type TreeAlertVariant = 'info' | 'success' | 'warning' | 'danger';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
variant?: TreeAlertVariant;
|
|
5
|
+
size?: TreeSize;
|
|
6
|
+
dismissible?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
icon?(_: {}): any;
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
'dismiss-icon'?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
20
|
+
dismiss: () => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onDismiss?: (() => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
size: TreeSize;
|
|
25
|
+
variant: TreeAlertVariant;
|
|
26
|
+
dismissible: boolean;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=TreeAlert.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeAlert.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeAlert.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEzE,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAgCJ,iBAAS,cAAc;WAkET,OAAO,IAA6B;;sBAZxB,GAAG;yBACA,GAAG;gCACI,GAAG;;;;EAetC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UAtHV,QAAQ;aADL,gBAAgB;iBAEZ,OAAO;wFA8HvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export type TreeAvatarStatus = 'online' | 'offline' | 'busy' | 'away';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
src?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
initials?: string;
|
|
7
|
+
size?: TreeSize;
|
|
8
|
+
status?: TreeAvatarStatus;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLSpanElement;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
+
size: TreeSize;
|
|
21
|
+
status: TreeAvatarStatus;
|
|
22
|
+
src: string;
|
|
23
|
+
alt: string;
|
|
24
|
+
initials: string;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=TreeAvatar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeAvatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeAvatar.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAEtE,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AA6CJ,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAjHV,QAAQ;YACN,gBAAgB;SAJnB,MAAM;SACN,MAAM;cACD,MAAM;yFA0HnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TreeSize, TreeVariant } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
variant?: TreeVariant;
|
|
4
|
+
size?: TreeSize;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
icon?(_: {}): any;
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLSpanElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
size: TreeSize;
|
|
18
|
+
variant: TreeVariant;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=TreeBadge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeBadge.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEhE,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AAqBJ,iBAAS,cAAc;WAiCT,OAAO,IAA6B;;sBAXxB,GAAG;yBACA,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAvEV,QAAQ;aADL,WAAW;yFAgFvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* Character or string used to visually separate breadcrumb items.
|
|
4
|
+
*/
|
|
5
|
+
separator?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
separator: string;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=TreeBreadcrumb.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeBreadcrumb.vue"],"names":[],"mappings":"AA6BA,KAAK,WAAW,GAAG;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAaJ,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA1DL,MAAM;qFAkEpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/**
|
|
3
|
+
* URL the breadcrumb item links to. Omit for the current/last item.
|
|
4
|
+
*/
|
|
5
|
+
href?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Marks this item as the current page. Automatically set if it's the last item without href.
|
|
8
|
+
*/
|
|
9
|
+
current?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLLIElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
|
+
href: string;
|
|
23
|
+
current: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=TreeBreadcrumbItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeBreadcrumbItem.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeBreadcrumbItem.vue"],"names":[],"mappings":"AA6CA,KAAK,WAAW,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAiBJ,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBAXrB,GAAG;yBACH,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA7EV,MAAM;aAIH,OAAO;uFAiFnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { TreeSize, TreeVariant } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
as?: string;
|
|
4
|
+
variant?: TreeVariant;
|
|
5
|
+
size?: TreeSize;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
loading?: boolean;
|
|
8
|
+
type?: 'button' | 'submit' | 'reset';
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
icon?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
click: (event: MouseEvent) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
type: "button" | "submit" | "reset";
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
size: TreeSize;
|
|
28
|
+
variant: TreeVariant;
|
|
29
|
+
as: string;
|
|
30
|
+
loading: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=TreeButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeButton.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGhE,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;CACtC,CAAC;AAkDJ,iBAAS,cAAc;WA6ET,OAAO,IAA6B;;sBAXvB,GAAG;yBACA,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UArJV,QAAQ,GAAG,QAAQ,GAAG,OAAO;cAFzB,OAAO;UADX,QAAQ;aADL,WAAW;QADhB,MAAM;aAID,OAAO;6EA+JnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TreeCardVariant, TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
as?: string;
|
|
4
|
+
variant?: TreeCardVariant;
|
|
5
|
+
size?: TreeSize;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
header?(_: {}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
footer?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
size: TreeSize;
|
|
20
|
+
variant: TreeCardVariant;
|
|
21
|
+
as: string;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=TreeCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeCard.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeCard.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEpE,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AAuBJ,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACJ,GAAG;;;;EAe9B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA3FV,QAAQ;aADL,eAAe;QADpB,MAAM;6EAqGb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
size?: TreeSize;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
indeterminate?: boolean;
|
|
7
|
+
invalid?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {
|
|
15
|
+
inputRef: HTMLInputElement;
|
|
16
|
+
};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
"update:modelValue": (value: boolean) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
modelValue: boolean;
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
size: TreeSize;
|
|
28
|
+
indeterminate: boolean;
|
|
29
|
+
invalid: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
+
inputRef: HTMLInputElement;
|
|
32
|
+
}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=TreeCheckbox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeCheckbox.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeCheckbox.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAMnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAmEJ,iBAAS,cAAc;WA8ET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;gBA3KJ,OAAO;cAET,OAAO;UADX,QAAQ;mBAEC,OAAO;aACb,OAAO;;;OAgLnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export interface TreeContextMenuItem {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
items?: TreeContextMenuItem[];
|
|
9
|
+
open?: boolean;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
size?: TreeSize;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: Readonly<{
|
|
17
|
+
default(): unknown;
|
|
18
|
+
item(props: {
|
|
19
|
+
item: TreeContextMenuItem;
|
|
20
|
+
index: number;
|
|
21
|
+
}): unknown;
|
|
22
|
+
}> & {
|
|
23
|
+
default(): unknown;
|
|
24
|
+
item(props: {
|
|
25
|
+
item: TreeContextMenuItem;
|
|
26
|
+
index: number;
|
|
27
|
+
}): unknown;
|
|
28
|
+
};
|
|
29
|
+
refs: {
|
|
30
|
+
rootRef: HTMLDivElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
select: (value: string) => any;
|
|
37
|
+
"update:open": (value: boolean) => any;
|
|
38
|
+
"open-change": (value: boolean) => any;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
40
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
41
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
42
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
size: TreeSize;
|
|
46
|
+
items: TreeContextMenuItem[];
|
|
47
|
+
open: boolean;
|
|
48
|
+
defaultOpen: boolean;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
rootRef: HTMLDivElement;
|
|
51
|
+
}, HTMLDivElement>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=TreeContextMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeContextMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeContextMenu.vue"],"names":[],"mappings":"AAyPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AA6LJ,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;mBAhQrC,OAAO;oBACN;YAAE,IAAI,EAAE,mBAAmB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;mBADvD,OAAO;oBACN;YAAE,IAAI,EAAE,mBAAmB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;;;;;EAoQnE;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;cAhTN,OAAO;UACX,QAAQ;WAJP,mBAAmB,EAAE;UACtB,OAAO;iBACA,OAAO;;;kBA2TvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
open?: boolean;
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
size?: TreeSize;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
invalid?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
locale?: string;
|
|
11
|
+
min?: string;
|
|
12
|
+
max?: string;
|
|
13
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
14
|
+
id?: string;
|
|
15
|
+
};
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
prefix?(_: {}): any;
|
|
20
|
+
suffix?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {
|
|
23
|
+
rootRef: HTMLDivElement;
|
|
24
|
+
triggerRef: HTMLButtonElement;
|
|
25
|
+
};
|
|
26
|
+
rootEl: any;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
"update:modelValue": (value: string) => any;
|
|
31
|
+
select: (value: string) => any;
|
|
32
|
+
"update:open": (value: boolean) => any;
|
|
33
|
+
"open-change": (value: boolean) => any;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
35
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
36
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
37
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
39
|
+
}>, {
|
|
40
|
+
modelValue: string;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
size: TreeSize;
|
|
43
|
+
id: string;
|
|
44
|
+
invalid: boolean;
|
|
45
|
+
open: boolean;
|
|
46
|
+
defaultOpen: boolean;
|
|
47
|
+
placeholder: string;
|
|
48
|
+
locale: string;
|
|
49
|
+
min: string;
|
|
50
|
+
max: string;
|
|
51
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
53
|
+
rootRef: HTMLDivElement;
|
|
54
|
+
triggerRef: HTMLButtonElement;
|
|
55
|
+
}, any>;
|
|
56
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
57
|
+
export default _default;
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=TreeDatePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDatePicker.vue"],"names":[],"mappings":"AAgkBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAqBnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAgXJ,iBAAS,cAAc;WAuMT,OAAO,IAA6B;;wBAbtB,GAAG;wBACH,GAAG;;;;;;;EAiB9B;AAoCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;gBA7mBJ,MAAM;cAIR,OAAO;UADX,QAAQ;QAQV,MAAM;aAND,OAAO;UAJV,OAAO;iBACA,OAAO;iBAIP,MAAM;YACX,MAAM;SACT,MAAM;SACN,MAAM;kBACG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;;;;OA4mB1C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
orientation?: 'horizontal' | 'vertical';
|
|
3
|
+
decorative?: boolean;
|
|
4
|
+
label?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
label: string;
|
|
8
|
+
orientation: "horizontal" | "vertical";
|
|
9
|
+
decorative: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLHRElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=TreeDivider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDivider.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDivider.vue"],"names":[],"mappings":"AAkCA,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;WADQ,MAAM;iBAFA,YAAY,GAAG,UAAU;gBAC1B,OAAO;;AA+DxB,wBAQG"}
|